FROM openjdk:8-alpine
MAINTAINER lg
COPY target/utest-microservice.jar utest-microservice.jar
ENTRYPOINT ["java","-jar","/utest-microservice.jar"]